home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 5 / BBS in a Box -Volume V (BBS in a Box) (April 1992).iso / Files / Hyper / Ap-Az / AstroStack1.1.cpt / AstroStack 1.1 / card_3295.txt < prev    next >
Encoding:
Text File  |  1988-04-24  |  1.2 KB  |  56 lines

  1. -- card: 3295 from stack: in.1
  2. -- bmap block id: 8135
  3. -- flags: 0000
  4. -- background id: 2632
  5. -- name: 
  6.  
  7.  
  8. -- part 3 (field)
  9. -- low flags: 01
  10. -- high flags: 0000
  11. -- rect: left=70 top=112 right=321 bottom=172
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 65535
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 19
  19. -- part name: 
  20.  
  21.  
  22. -- part 4 (field)
  23. -- low flags: 00
  24. -- high flags: 4002
  25. -- rect: left=171 top=113 right=321 bottom=227
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 3
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 19
  33. -- part name: 
  34.  
  35.  
  36. -- part 6 (button)
  37. -- low flags: 00
  38. -- high flags: A003
  39. -- rect: left=241 top=302 right=324 bottom=341
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 1
  43. -- font id: 0
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: Continue
  48. ----- HyperTalk script -----
  49. on mouseUp
  50.   repeat with x=2 to 11
  51.     put (line 1 of card field id 4) + (line x of card field id 4) into line (x - 1) of card field id 1 of card id 8882
  52.   end repeat
  53.   go to next card
  54. end mouseUp
  55.  
  56.